home *** CD-ROM | disk | FTP | other *** search
- object TextSearchDialog: TTextSearchDialog
- Left = 374
- Top = 256
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'S'#248'g'
- ClientHeight = 224
- ClientWidth = 344
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object HintPanel: TPanel
- Left = 0
- Top = 178
- Width = 344
- Height = 46
- Align = alBottom
- TabOrder = 0
- object MiddlePanel: TFlatPanel
- Left = 41
- Top = 1
- Width = 233
- Height = 44
- ParentColor = True
- ColorHighLight = clBtnFace
- ColorShadow = clBtnFace
- Align = alClient
- TabOrder = 0
- object HintLabel: TLabel
- Left = 1
- Top = 3
- Width = 231
- Height = 40
- Align = alBottom
- Alignment = taCenter
- AutoSize = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlCenter
- WordWrap = True
- end
- end
- object LeftPanel: TFlatPanel
- Left = 1
- Top = 1
- Width = 40
- Height = 44
- ParentColor = True
- ColorHighLight = clBtnFace
- ColorShadow = clBtnFace
- Align = alLeft
- TabOrder = 1
- object Image1: TImage
- Left = 2
- Top = 8
- Width = 31
- Height = 33
- Center = True
- Picture.Data = {<image001.gif>}
- end
- end
- object RightPanel: TFlatPanel
- Left = 274
- Top = 1
- Width = 69
- Height = 44
- ParentColor = True
- ColorHighLight = clBtnFace
- ColorShadow = clBtnFace
- Align = alRight
- TabOrder = 2
- object FlatButton3: TFlatButton
- Left = 8
- Top = 5
- Width = 55
- Height = 17
- Hint = 'Start s'#248'gningen.'
- ColorFocused = 14733503
- ColorDown = 14741743
- ColorBorder = clBtnFace
- ColorHighLight = clBtnShadow
- ColorShadow = clBtnShadow
- Caption = '&Ok'
- TabOrder = 0
- ModalResult = 1
- end
- object FlatButton4: TFlatButton
- Left = 8
- Top = 24
- Width = 55
- Height = 17
- Hint = 'Annuller.'
- ColorFocused = 14733503
- ColorDown = 14741743
- ColorBorder = clBtnFace
- ColorHighLight = clBtnShadow
- ColorShadow = clBtnShadow
- Caption = '&Annuller'
- TabOrder = 1
- ModalResult = 2
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 344
- Height = 178
- Align = alClient
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 58
- Height = 13
- Hint = 'Skriv den tekst der skal s'#248'ges efter eller v'#230'lg fra listen.'
- Caption = '&S'#248'g efter:'
- end
- object cbSearchText: TFlatComboBox
- Left = 96
- Top = 8
- Width = 233
- Height = 21
- Hint = 'Skriv den tekst der skal s'#248'ges efter eller v'#230'lg fra listen.'
- Color = clWindow
- ColorArrowBackground = 14733503
- ColorBorder = clBlack
- ItemHeight = 13
- TabOrder = 0
- ItemIndex = -1
- end
- object FlatGroupBox2: TFlatGroupBox
- Left = 8
- Top = 40
- Width = 169
- Height = 121
- Caption = 'Indstillinger'
- TabOrder = 1
- ColorBorder = clBlack
- object cbSearchCaseSensitive: TFlatCheckBox
- Left = 8
- Top = 16
- Width = 153
- Height = 33
- Hint = 'V'#230'lg om du '#248'nsker forskel p'#229' store og sm'#229' bogstaver i s'#248'gningen.'
- Transparent = True
- Caption = '&Forskel p'#229' store/sm'#229' bogstaver'
- Color = clWhite
- ColorFocused = 14733503
- ColorDown = 14741743
- ColorBorder = clBlack
- ParentColor = False
- TabOrder = 0
- TabStop = True
- end
- object cbSearchWholeWords: TFlatCheckBox
- Left = 8
- Top = 48
- Width = 153
- Height = 17
- Hint = 'V'#230'lg om din s'#248'getekst m'#229' v'#230're en del af et ord eller ej.'
- Transparent = True
- Caption = '&Kun hele ord'
- Color = clWhite
- ColorFocused = 14733503
- ColorDown = 14741743
- ColorBorder = clBlack
- ParentColor = False
- TabOrder = 1
- TabStop = True
- end
- object cbSearchFromCursor: TFlatCheckBox
- Left = 8
- Top = 64
- Width = 153
- Height = 17
- Hint = 'V'#230'lg om der kun skal s'#248'ges fra det sted hvor cursoren st'#229'r nu.'
- Transparent = True
- Caption = 'S'#248'g fra &cursor'
- Color = clWhite
- ColorFocused = 14733503
- ColorDown = 14741743
- ColorBorder = clBlack
- ParentColor = False
- TabOrder = 2
- TabStop = True
- end
- object cbSearchSelectedOnly: TFlatCheckBox
- Left = 8
- Top = 80
- Width = 153
- Height = 17
- Hint =
- 'Hvis du har markeret noget tekst, kan du v'#230'lge kun at s'#248'ge i det' +
- '.'
- Transparent = True
- Caption = 'S'#248'g kun i &markeret tekst'
- Color = clWhite
- ColorFocused = 14733503
- ColorDown = 14741743
- ColorBorder = clBlack
- ParentColor = False
- TabOrder = 3
- TabStop = True
- end
- object UseRegExps: TFlatCheckBox
- Left = 8
- Top = 96
- Width = 153
- Height = 17
- Hint =
- 'Benyt regul'#230're udtryk (regular expressions) i s'#248'g/erstat teksten' +
- '.'
- Transparent = True
- Caption = 'Brug Reg. expressions'
- Color = clWhite
- ColorFocused = 14733503
- ColorDown = 14741743
- ColorBorder = clBlack
- ParentColor = False
- TabOrder = 4
- TabStop = True
- OnClick = UseRegExpsClick
- end
- end
- object FlatGroupBox1: TFlatGroupBox
- Left = 184
- Top = 40
- Width = 145
- Height = 57
- Caption = 'Retning'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 2
- ColorBorder = clBlack
- object rbForward: TFlatRadioButton
- Left = 8
- Top = 16
- Width = 121
- Height = 17
- Hint = 'S'#248'g fremad i teksten.'
- Transparent = True
- Caption = 'Fr&emad'
- Checked = True
- Color = clWhite
- ColorFocused = 14733503
- ColorDown = clWhite
- ColorBorder = clBlack
- ParentColor = False
- TabOrder = 0
- TabStop = True
- end
- object rbBackward: TFlatRadioButton
- Left = 8
- Top = 32
- Width = 121
- Height = 17
- Hint = 'S'#248'g tilbage i teksten.'
- Transparent = True
- Caption = '&Tilbage'
- Color = clWhite
- ColorFocused = 14733503
- ColorDown = clWhite
- ColorBorder = clBlack
- ParentColor = False
- TabOrder = 1
- end
- end
- end
- object siLang1: TsiLang
- version = 'v5.2.2'
- StringsTypes.Strings = (
- 'TIB_STRINGLIST'
- 'TSTRINGLIST')
- NumOfLanguages = 2
- LangDispatcher = Form1.LangDispatcher
- LangDelim = 1
- LangNames.Strings = (
- 'Danish N1'
- 'English N2')
- Language = 'Danish N1'
- ExtendedTranslations = <>
- Left = 264
- Top = 128
- TranslationData = {
- 737443617074696F6E730D0A54546578745365617263684469616C6F670153F8
- 6701536561726368010D0A63625365617263684361736553656E736974697665
- 0126466F72736B656C2070E52073746F72652F736DE520626F67737461766572
- 01436173652073656E736974697665010D0A636253656172636846726F6D4375
- 72736F720153F867206672612026637572736F72015365617263682066726F6D
- 2026637572736F72010D0A636253656172636853656C65637465644F6E6C7901
- 53F867206B756E206920266D61726B657265742074656B737401536561726368
- 20696E2073656C65637465642074657874206F6E6C79010D0A63625365617263
- 6857686F6C65576F72647301264B756E2068656C65206F726401264F6E6C7920
- 77686F6C6520776F726473010D0A466C6174427574746F6E3301264F6B01010D
- 0A466C6174427574746F6E340126416E6E756C6C6572012643616E63656C010D
- 0A466C617447726F7570426F7831015265746E696E6701446972656374696F6E
- 010D0A466C617447726F7570426F783201496E647374696C6C696E6765720153
- 657474696E6773010D0A48696E744C6162656C0101010D0A48696E7450616E65
- 6C0101010D0A4C6162656C31012653F8672065667465723A0126536561726368
- 20666F723A010D0A4C65667450616E656C0101010D0A4D6964646C6550616E65
- 6C0101010D0A50616E656C310101010D0A72624261636B77617264012654696C
- 6261676501264261636B77617264010D0A7262466F727761726401467226656D
- 61640126466F7277617264010D0A526967687450616E656C0101010D0A557365
- 526567457870730142727567205265672E2065787072657373696F6E73015573
- 65207265672E2065787072657373696F6E73010D0A737448696E74730D0A5454
- 6578745365617263684469616C6F670101010D0A636253656172636843617365
- 53656E7369746976650156E66C67206F6D20647520F86E736B657220666F7273
- 6B656C2070E52073746F7265206F6720736DE520626F67737461766572206920
- 73F8676E696E67656E2E014D616B652074686520736561726368206361736520
- 73656E736974697665206F72206E6F742E010D0A636253656172636846726F6D
- 437572736F720156E66C67206F6D20646572206B756E20736B616C2073F86765
- 73206672612064657420737465642068766F7220637572736F72656E207374E5
- 72206E752E015365617263682066726F6D207468652063757272656E74206375
- 72736F7220706F736974696F6E2E010D0A636253656172636853656C65637465
- 644F6E6C79014876697320647520686172206D61726B65726574206E6F676574
- 2074656B73742C206B616E2064752076E66C6765206B756E2061742073F86765
- 2069206465742E01496620796F7520686176652073656C656374656420746578
- 742C20796F752063616E2073656172636820696E20746861742070617274206F
- 6E6C792E010D0A63625365617263685465787401536B7269762064656E207465
- 6B73742064657220736B616C2073F867657320656674657220656C6C65722076
- E66C6720667261206C697374656E2E0157726974652074686520746578742074
- 6F2073656172636820666F722E010D0A636253656172636857686F6C65576F72
- 64730156E66C67206F6D2064696E2073F8676574656B7374206DE52076E67265
- 20656E2064656C206166206574206F726420656C6C657220656A2E01416C6C6F
- 7720746865207365617263687465787420746F20626520612070617274206F66
- 206120776F7264206F72206E6F742E010D0A466C6174427574746F6E33015374
- 6172742073F8676E696E67656E2E01537461727420746865207365617263682E
- 010D0A466C6174427574746F6E3401416E6E756C6C65722E0143616E63656C2E
- 010D0A466C617447726F7570426F78310101010D0A466C617447726F7570426F
- 78320101010D0A48696E744C6162656C0101010D0A48696E7450616E656C0101
- 010D0A496D616765310101010D0A4C6162656C3101536B7269762064656E2074
- 656B73742064657220736B616C2073F867657320656674657220656C6C657220
- 76E66C6720667261206C697374656E2E01577269746520746865207465787420
- 746F2073656172636820666F722E010D0A4C65667450616E656C0101010D0A4D
- 6964646C6550616E656C0101010D0A50616E656C310101010D0A72624261636B
- 776172640153F8672074696C6261676520692074656B7374656E2E0153656172
- 6368206261636B7761726420696E2074686520646F63756D656E742E010D0A72
- 62466F72776172640153F867206672656D616420692074656B7374656E2E0153
- 656172636820666F727761726420696E2074686520646F63756D656E742E010D
- 0A526967687450616E656C0101010D0A557365526567457870730142656E7974
- 20726567756CE672652075647472796B2028726567756C617220657870726573
- 73696F6E732920692073F8672F6572737461742074656B7374656E2E01557365
- 20726567756C61722065787072657373696F6E7320696E207468652073656172
- 63682F7265706C61636520746578742E010D0A7374446973706C61794C616265
- 6C730D0A7374466F6E74730D0A54546578745365617263684469616C6F670156
- 657264616E61014D532053616E73205365726966010D0A4D6964646C6550616E
- 656C0156657264616E6101010D0A48696E744C6162656C0156657264616E6101
- 010D0A4C65667450616E656C0156657264616E6101010D0A526967687450616E
- 656C0156657264616E6101010D0A73744D756C74694C696E65730D0A63625365
- 61726368546578742E4974656D730101010D0A7374446C677343617074696F6E
- 730D0A5761726E696E67015761726E696E6701010D0A4572726F72014572726F
- 7201010D0A496E666F726D6174696F6E01496E666F726D6174696F6E01010D0A
- 436F6E6669726D01436F6E6669726D01010D0A596573012659657301010D0A4E
- 6F01264E6F01010D0A4F4B014F4B01010D0A43616E63656C0143616E63656C01
- 010D0A41626F7274012641626F727401010D0A52657472790126526574727901
- 010D0A49676E6F7265012649676E6F726501010D0A416C6C0126416C6C01010D
- 0A4E6F20546F20416C6C014E266F20746F20416C6C01010D0A59657320546F20
- 416C6C0159657320746F2026416C6C01010D0A48656C70012648656C7001010D
- 0A7374537472696E67730D0A73744F74686572537472696E67730D0A54546578
- 745365617263684469616C6F672E48656C7046696C650101010D0A6362536561
- 726368546578742E546578740101010D0A54546578745365617263684469616C
- 6F672E48656C704B6579776F72640101010D0A48696E7450616E656C2E48656C
- 704B6579776F72640101010D0A4D6964646C6550616E656C2E48656C704B6579
- 776F72640101010D0A48696E744C6162656C2E48656C704B6579776F72640101
- 010D0A4C65667450616E656C2E48656C704B6579776F72640101010D0A496D61
- 6765312E48656C704B6579776F72640101010D0A526967687450616E656C2E48
- 656C704B6579776F72640101010D0A466C6174427574746F6E332E48656C704B
- 6579776F72640101010D0A466C6174427574746F6E342E48656C704B6579776F
- 72640101010D0A50616E656C312E48656C704B6579776F72640101010D0A4C61
- 62656C312E48656C704B6579776F72640101010D0A6362536561726368546578
- 742E48656C704B6579776F72640101010D0A466C617447726F7570426F78322E
- 48656C704B6579776F72640101010D0A63625365617263684361736553656E73
- 69746976652E48656C704B6579776F72640101010D0A63625365617263685768
- 6F6C65576F7264732E48656C704B6579776F72640101010D0A63625365617263
- 6846726F6D437572736F722E48656C704B6579776F72640101010D0A63625365
- 6172636853656C65637465644F6E6C792E48656C704B6579776F72640101010D
- 0A557365526567457870732E48656C704B6579776F72640101010D0A466C6174
- 47726F7570426F78312E48656C704B6579776F72640101010D0A7262466F7277
- 6172642E48656C704B6579776F72640101010D0A72624261636B776172642E48
- 656C704B6579776F72640101010D0A73744C6F63616C65730D0A43757272656E
- 637920537472696E67016B720101010D0A54686F7573616E6420536570617261
- 746F72012E0101010D0A446563696D616C20536570617261746F72012C010101
- 0D0A4461746520536570617261746F72012D0101010D0A53686F727420446174
- 6520466F726D61740164642D4D4D2D797979790101010D0A4C6F6E6720446174
- 6520466F726D617401642E204D4D4D4D20797979790101010D0A54696D652053
- 6570617261746F72013A0101010D0A54696D6520414D20537472696E67010101
- 010D0A54696D6520504D20537472696E67010101010D0A53686F72742054696D
- 6520466F726D61740168683A6D6D0101010D0A4C6F6E672054696D6520466F72
- 6D61740168683A6D6D3A73730101010D0A53686F7274204D6F6E7468204E616D
- 6573016A616E2C6665622C6D61722C6170722C6D616A2C6A756E2C6A756C2C61
- 75672C7365702C6F6B742C6E6F762C6465630101010D0A4C6F6E67204D6F6E74
- 68204E616D6573016A616E7561722C666562727561722C6D617274732C617072
- 696C2C6D616A2C6A756E692C6A756C692C6175677573742C73657074656D6265
- 722C6F6B746F6265722C6E6F76656D6265722C646563656D6265720101010D0A
- 53686F727420446179204E616D65730173F82C6D612C74692C6F6E2C746F2C66
- 722C6CF80101010D0A4C6F6E6720446179204E616D65730173F86E6461672C6D
- 616E6461672C746972736461672C6F6E736461672C746F72736461672C667265
- 6461672C6CF8726461670101010D0A7374436F6C6C656374696F6E730D0A7374
- 43686172536574730D0A54546578745365617263684469616C6F670144454641
- 554C545F4348415253455401010D0A4D6964646C6550616E656C014445464155
- 4C545F43484152534554010D0A48696E744C6162656C01414E53495F43484152
- 534554010D0A4C65667450616E656C0144454641554C545F4348415253455401
- 0D0A526967687450616E656C0144454641554C545F43484152534554010D0A}
- end
- end
-